Dynomotion

Group: DynoMotion Message: 9703 From: eric_kato_sanders Date: 6/27/2014
Subject: Version 4.33c small formatting bug
Hi Tom,
In your Fixture Offset combo box tool tip, the X offset has a small  formatting error.

ToolTipText.Format("Offsets X:%f.4 Y:%.4f Z:%.4f",d[1],d[2],d[3]);
should be ..
ToolTipText.Format("Offsets X:%.4f Y:%.4f Z:%.4f",d[1],d[2],d[3]);


Eric

Group: DynoMotion Message: 9732 From: Tom Kerekes Date: 6/28/2014
Subject: Re: Version 4.33c small formatting bug
Thanks again Eric!